Contains all information of the result of a map operation on a resource. More...
Public Attributes | |
void * | _data = nullptr |
Pointer to mapped data. | |
unsigned int | _rowPitch = 0 |
Information about memory layout : the byte size of a row, if a texture. | |
unsigned int | _depthPitch = 0 |
Information about memory layout : the byte size of a depth slice, if a texture. | |
Contains all information of the result of a map operation on a resource.